-
Notifications
You must be signed in to change notification settings - Fork 48
Address httpoxy vulnerability #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -1 +1 @@ | |||
| 0.7.0 No newline at end of file | |||
| 1.0.0 No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to stick with the pre-1.0 versions? if so this should be 0.8.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should definitely bump the major version if this is an API-breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine either way, but FYI: http://semver.org/#spec-item-4
|
lgtm |
add option to reduce front-end metadata for untracked flags
Addresses #30
Involves upgrading Guzzle to 6.2.1 which means we need a new http client cache: https://github.com/Kevinrob/guzzle-cache-middleware
This is an api-breaking change since the cache storage interface is different. Documentation/examples will need to be updated when actually releasing.
Deployed to restwrapper and harness passes: https://circleci.com/gh/launchdarkly/integration-harness/1347
Manually tested that the client does indeed cache things.